If you name a parameter for one argument, for example, you must use parameter names for all of the arguments. 例如,如果对一个参数使用了参数名称,那么对所有其他参数也必须使用参数名称。
The WSDL2Java function can take either a file name as parameter as follows WSDL2Java函数可以把文件名作为参数,如下所示
Name: ( Required) A unique name for the parameter, either a string or namespace-qualified name. Name:(必需的)参数独一无二的名字,要么是一个字符串要么是名字空间特定的名字。
In the Edit Parameter window, name the parameter Selected team areas. 在EditParameter窗口中,将参数命名为选择的团队区域。
Each trace method accepts a String [] name parameter that contains the contextual components of a compound name, the structure of which is specific to the APM system. 各trace方法都接受一个String[]name参数,其中包含复合名称的上下文组件,其结构特定于APM系统。
In this case, the SharedObject is looked up, and the name parameter is used to look up the saved object from the data hashtable. 本例中,已搜索到SharedObject,并且name参数已用于从数据哈希表中搜索已存储的对象。
Also notice the query in which we use string concatenation to add the$ name parameter to the query. 还要注意查询,其中使用字符串连接来向查询添加$name参数。
Provide an environment name and parameter names and values to create the environment. 提供环境的名称和参数的名称与相应值来创建环境。
If you want to change the name of a Samba server to something other than the UNIX name of the server, use the netbios name parameter. 如果您希望将Samba服务器的名称修改为不同于服务器的UNIX名称的其他名称,则可以使用参数netbiosname。
Name this parameter start and set its direction as In, and then from Browse type dialog, select Point struct as its type. 将该参数命名为start,并将其方向设置为In,然后在Browsetype对话框中,选择Pointstruct作为类型。
In this case, you can provide a name parameter to identify each series. 这时候,您可以提供一个名称参数来标识每个系列。
The getMsg Web services method gets invoked with the name parameter value as "Steve," and the return value gets output. 将用名称参数值“Steve”调用getMsgWeb服务方法,并且输出返回值。
That means that the scripts have to handle file name as a parameter. 这意味着该脚本必须将文件名作为一个参数来处理。
The connection factory requires that the queue manager name parameter be declared but it does not require that this parameter contain a value. 连接工厂需要声明队列管理器名称参数,但不需要此参数包含值。
So if your environment has two instances of the gold topology, you will need to run the script twice, supplying the appropriate cluster name parameter in each case. 因此,如果您的环境有两个黄金拓扑实例,则将需要运行此脚本两次,并分别提供相应的集群名称参数。
With this method, you do not need to know the WSDL URL of the web service you want to invoke, and you only specify the service name parameter to the createService() method. 使用这种方法,您不需要知道您想要调用的Web服务的WSDLURL,您只需要指定createService()方法中的服务名称参数。
The name of the parameter in the report to bind. 报告中要绑定的参数的名称。
The name parameter is the administrator-supplied name of the connector. name参数是由管理员提供的连接器的名称。
The name parameter is not a valid part of the user address space. 名称参数不是用户地址空间的有效部分。
Events, like methods, have a signature that includes a name and a parameter list. 事件和方法一样具有签名,签名包括名称和参数列表。
The name parameter specifies the name of the new storage group. name参数指定新存储组的名称。
The name parameter specifies the new name for the e-mail address policy. name参数指定电子邮件地址策略的新名称。
If the shadowed element is a procedure, the resolution is to the closest accessible version with the same name, parameter list, and return type. 如果被隐藏的元素是一个过程,则将解析为具有相同的名称、参数列表和返回类型的最近似的可访问版本。
The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter. 使用名字调用时,包含有用参数对形式参数进行原文替换的意思。
Use the name parameter to assign a name to the IP site link. 使用name参数可以为ip站点链接分配名称。
You should note that two functions with the same name and parameter list, but different return types, generate a compiler error. 需注意的是,假如两个函数的名称与参数列表均一致然而返回类型不同的话,这就是个编译错误。
Terminating this procedure. '% s' is a forbidden value for the login name parameter in this procedure. 将终止此过程。对于此过程中的登录名参数,''%1!''是禁止使用的值。
In software design, a special man-machine interactive software module achieve according to the name of parameter item is offered, to the modularization of the software. 软件设计时,根据特定的参数项名称,给出相应的人机交互模块,很好地体现了软件设计的模块化思想。
If system of processing language is established with programs of lexical analysis and parsing, the function name, parameter and return value should be accordant. 若用词法和语法分析程序共同组成语言处理系统,其函数名、参数和返回值应一致。
So we can understand and master array name as parameter together with ordinary variable and pointer variable as parameter. 使得数组名作函数参数和普通变量、指针变量作函数参数可以统一起来理解、掌握。